Fix problems with window handling in GtkCalendar
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Dec 2010 22:07:20 +0000 (17:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 20 Dec 2010 22:12:02 +0000 (17:12 -0500)
commit5c2f407935cb10a87230c38e41918df7ac883747
treee5504b0600dd2a8095c46aa803e3907bab976e36
parent17e97467df86fbbb602f84da2e89a8bdee2f763f
Fix problems with window handling in GtkCalendar

After the window removal a while ago, the calendar main window
was not properly moved in size_allocate. Also, we ought to hide/show
the windows in map/unmap, not keep them visible at all times.

Bug 634657
gtk/gtkcalendar.c